home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / Argument.as < prev    next >
Encoding:
Text File  |  2004-06-14  |  402 b   |  7 lines

  1. class Argument
  2. {
  3.     var callee                                                           // Refers to the function that is currently being called.
  4.     var caller                                                           // Refers to the calling function.
  5.     var length                                                           // Refers the number of parameters that is actually passed to a function.
  6. }
  7.